dvb_dev_list

@struct dvb_dev_list @brief Digital TV device node properties @ingroup dvb_device

@param path path for the /dev file handler @param sysname Kernel's system name for the device (dvb?.frontend?, for example) @param dvb_type type of the DVB device, as defined by enum dvb_dev_type @param bus_addr address of the device at the bus. For USB devices, it will be like: usb:3-1.1.4; for PCI devices: pci:0000:01:00.0) @param bus_id Id of the device at the bus (optional, PCI ID or USB ID) @param manufacturer Device's manufacturer name (optional, only on USB) @param product Device's product name (optional, only on USB) @param serial Device's serial name (optional, only on USB)

Members

Variables

bus_addr
char* bus_addr;
Undocumented in source.
bus_id
char* bus_id;
Undocumented in source.
dvb_type
dvb_dev_type dvb_type;
Undocumented in source.
manufacturer
char* manufacturer;
Undocumented in source.
path
char* path;
Undocumented in source.
product
char* product;
Undocumented in source.
serial
char* serial;
Undocumented in source.
sysname
char* sysname;
Undocumented in source.
syspath
char* syspath;
Undocumented in source.

Meta